#
# HoI - Middle East
#
# 902000 - (TUR) The fascists are gaining more power (by Generalisimo)
# 902001 - (IRQ) Anglo-Iraqi Treaty of Defense Activated (by OHgamer)
# 902002 - (IRQ) Confrontation at Habaniyya Air Base
# 902003 - (SYR) France renegs on 1936 Treaty with Syria : Syria New Government (by OHgamer)
# 902004 - (LEB) France renegs on 1936 Treaty with Lebanon : Lebanon New Government (by OHgamer)
# 902005 - (LEB) Vichy Gains Control over Lebanon : Lebanon Impact (by OHgamer)
# 902006 - (SYR) Vichy Gains Control over Syria : Syria Impact (by OHgamer)
# 902007 - (LEB) Lebanon demands greater Self-Government, I (by OHgamer)
# 902008 - (SYR) Syria demands greater Self-Government, I (by OHgamer)
# 902009 - (LEB) Lebanon gains independence, phase I (by OHgamer)
# 902010 - (SYR) Syria gains independence, phase I (by OHgamer)
# 902011 - (LEB) Lebanon demands greater Self-Government, II (by OHgamer)
# 902012 - (SYR) Syria demands greater Self-Government, II (by OHgamer)
# 902013 - (LEB) Lebanon gains independence, phase II (by OHgamer)
# 902014 - (SYR) Syria gains independence, phase II (by OHgamer)
# 902015 - (LEB) Franco-Lebanese Treaty of Defense Activated (by OHgamer)
# 902016 - (SYR) Franco-Syrian Treaty of Defense Activated (by OHgamer)
# 902017 - (LEB) Lebanon returned to Free French Control : Result In Lebanon (by OHgamer)
# 902018 - (SYR) Syria returned to Free French Control : Result In Syria (by OHgamer)
# 902019 - (IRQ) The Bagdad Rail (by SykoNurse & Generalisimo)
# 902020 - (IRQ) The Bagdad Rail TRIGGER (by SykoNurse & Generalisimo)
# 902021 - (IRQ) The Bagdad Rail Finished (by SykoNurse & Generalisimo)
# 902022 - (SYR) The Bagdad Rail Finished (by SykoNurse & Generalisimo)
# 902023 - none
# 902024 - none
# 902025 - (TUR) Turkey Passes The Varlik Vergisi (by OHgamer)
# 902026 - (TUR) Inonu Cracks Down on the Far Right (by OHgamer)
# 902027 to 902029 - none
# 902030 - (SYR) Armee du Levant in Syria remains Loyal to France
# 902031 - (LEB) Armee du Levant in Lebanon remains Loyal to France (by OHgamer)
# 902032 - (LEB) Lebanon restored to France after failed rebellion (by OHgamer)
# 902033 - (SYR) Syria restored to France after failed rebellion (by OHgamer)
# 902034 to 902039 - none
# 902040 - Gaining Allied Access To Persia : Persia's Response to Allied Demands (by OHgamer)
# 902041 - Gaining Allied Access To Persia : The Allies Declare War on Persia (by OHgamer)
# 902042 - Allies establish Dominance over Persia (by OHgamer)
# 
# LIMIT: 902000 - 951999
#
#		written by Generalisimo
#

##########################################################################
#  If Turkey become fascist, add new claims (by Generalisimo)
#  902000
#########################################################################

event = { 
id = 902000
random = no 
country = TUR # TURKEY 
trigger = {
	# Turkey fascists
	#alignment = fascist
	random = 50
	OR = {
		headofstate = 12011 # Inn - 38
		headofstate = 12021 # Inn - 42 
		headofstate = 12031 # Inn - 46
		}
	NOT = {
		OR = {
			# TUR neutral
			alliance = { country = TUR country = SOV } # not communist
			alliance = { country = TUR country = ENG } # not allied
			alliance = { country = TUR country = USA } # not allied, in case ENG annexed
			alliance = { country = TUR country = GER } # not axis
			ispuppet = GER
			ispuppet = TUR
			war = { country = GER country = TUR }
			}
		}
	war = { country = GER country = SOV }
	}

name = "The fascists are gaining more power" 
desc = "The fascists factions are demanding that we unite all the turkish people under the same flag. Historically, Pan-Turkists sympathetic to the Germans demanded Turkey enter the war, claiming that communist infiltration had kept Turkey out of the war. A series of anti-communist demonstrations led to violence in Ankara and Istanbul." 
style = 0 

date = { day = 7 month = february year = 1941 } 
offset = 15 
deathdate = { day = 30 month = december year = 1947 } 

action_a = { 
	name = "Punish the insurgents" 
	command = { type = dissent value = 10 }	
	command = { type = influence value = 5 }
	command = { type = alignment which = fascist value = -20 }
	} 

action_b = { 
	name = "Let's unite all the turkish people" 
	#from Irak
	command = { type = addcore which = 1271 } # Mosul 
	command = { type = addcore which = 1267 } # Kirkuk 
	#from uk
	command = { type = addcore which = 1209 } # Nicosia 
	#from bulgaria
	command = { type = addcore which = 871 } # Plovdiv 
	#from greece
	command = { type = addcore which = 2152 } # Mitilini
	command = { type = addcore which = 872 } # Thessaloniki 
	command = { type = influence value = -10 } # Loss of international standing
	command = { type = alignment which = fascist value = 10 }
	command = { type = sleepevent which = 902026 } # Inonu cracks down on the far right
	} 
}


#########################################################################
#  Anglo-Iraqi Treaty of Defense Activated
#########################################################################

event = {  
            id = 902001
            random = no
            country = IRQ

            trigger = {
			exists = ENG
                   OR = {
                        war = { country = IRQ country = GER }
                        war = { country = IRQ country = TUR }
                        war = { country = IRQ country = ITA }
                        war = { country = IRQ country = PER }
                        war = { country = IRQ country = SOV }
                         }
			NOT = {
				OR = {
					alliance = { country = GER country = IRQ } 
					alliance = { country = SOV country = IRQ } 
					alliance = { country = ENG country = IRQ } 
					war = { country = IRQ country = ENG }
					}
				}
               }     

            name = "Activation of Anglo-Iraqi Treaty of Defense"
            desc = "As part of the 1930 Anglo-Iraqi Treaty, Britain guaranteed Iraqs independence from outside agression"

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1947 }
           
            action_a = { 
                        name = " Request Britain to send aid " # Britain comes to Iraqs Defense
                        command = { type = alliance which = ENG } 
                        command = { type = dissent value = -10 }
          }
            action_b = { 
                        name = "British aid not requested" # We can handle this ourselves
                        command = {  }
          }
}

#########################################################################
#  Confrontation at Habaniyya Air Base
#########################################################################
event = {  
            id = 902002
            random = no
            country = IRQ

	trigger = {
		exists = GER
		control = { province = 1090 data = ITA }
		puppet = { country = SYR country = VIC } 
		OR = {
			alliance = { country = GRE country = GER } #Axis Greece
			alliance = { country = TUR country = GER } #Axis Turkey
			# any posible axis country controls Athens
			control = { province = 891 data = ITA } # Italians in Athens
			control = { province = 891 data = GER } # Germans in Athens 
			control = { province = 891 data = BUL } # Bulgaria in Athens
			control = { province = 891 data = ROM } # Romania in Athens
			control = { province = 891 data = HUN } # Hungary in Athens
			control = { province = 891 data = SPA } # Nat.Spain in Athens
			}
		NOT = {
			OR = {
				alliance = { country = GER country = EGY } 
				alliance = { country = SOV country = EGY } 
				war = { country = EGY country = ENG }
				}
			}
		}

            name = "Confrontation at Habaniyya Air Base"
            desc = "When neutral Iraq refused to allow the British use of the Habaniyya Air Base near Baghdad in spite of the 1930 Treaty, the British decided to force the issue by demanding a pro-British government in Iraq"

            style = 0
                     
            date = { day = 1 month = january year = 1937 }
            offset = 4
            deathdate = { day = 30 month = december year = 1947 }
            
            action_a = { 
                        name = "Accept" # Accept British Demands and form pro-British government
                        command = { type = headofstate which = 97041 }
                        command = { type = headofgovernment which = 97042 }
                        command = { type = foreignminister which = 97043 }
                        command = { type = armamentminister which = 97044 }
                        command = { type = ministerofsecurity which = 97045 }
                        command = { type = ministerofintelligence which = 97006 }
                        command = { type = chiefofstaff which = 97046 }
                        command = { type = chiefofarmy which = 97008 }
                        command = { type = chiefofnavy which = 97009 }
                        command = { type = chiefofair which = 97010 } 
                        command = { type = alliance which = ENG } 
                        command = { type = dissent value = 30 }
          }

            action_b = { 
                        name = "Refuse" # End British Domination Of Iraq and join the Axis
                        command = { type = end_access which = ENG }
                        command = { type = war which = ENG }
                        command = { type = alliance which = GER } 
                        command = { type = dissent value = -20 }
            }
}

#########################################################################
#  France renegs on 1936 Treaty with Syria : Syria New Government
#########################################################################
event = {  
	id = 902003
	random = no
	country = SYR

	# triggered by FRA 432008

	name = "France Rejects 1936 Treaty"
	desc = "France rejects the 1936 Treaty and demands a new pro-French government be established"
	style = 0
		
	action_a = { 
		name = "Accept" # Accept French Demands and form new government
		command = { type = headofstate which = 98011 }
		command = { type = headofgovernment which = 98012 }
		command = { type = foreignminister which = 98013 }
		command = { type = armamentminister which = 98014 }
		command = { type = ministerofsecurity which = 98015 }
		command = { type = ministerofintelligence which = 98016 }
		command = { type = dissent value = 20 }
          }

	action_b = { 
		name = "Launch Formal Complaint" # Demand French Honor League Of Nations Commitments
		command = { type = headofstate which = 98011 }
		command = { type = headofgovernment which = 98012 }
		command = { type = foreignminister which = 98013 }
		command = { type = armamentminister which = 98014 }
		command = { type = ministerofsecurity which = 98015 }
		command = { type = ministerofintelligence which = 98016 }
		command = { type = dissent value = 10 }
          }

}
#########################################################################
#  France renegs on 1936 Treaty with Lebanon : Lebanon New Government
#########################################################################
event = {  
	id = 902004
	random = no
	country = LEB

	# triggered by FRA 432008

	name = "France Rejects 1936 Treaty"
	desc = "France rejects the 1936 Treaty and demands a new pro-French government be established"
	style = 0
	
			
	action_a = { 
		name = "Accept" # Accept French Demands and form new government
		command = { type = headofstate which = 99011 }
		command = { type = headofgovernment which = 99012 }
		command = { type = foreignminister which = 99013 }
		command = { type = armamentminister which = 99014 }
		command = { type = ministerofsecurity which = 99015 }
		command = { type = ministerofintelligence which = 99016 }
          }
	action_b = { 
		name = "Launch Formal Complaint" # Demand French Honor League Of Nations Commitments
		command = { type = dissent value = 10 }
		command = { type = headofstate which = 99011 }
		command = { type = headofgovernment which = 99012 }
		command = { type = foreignminister which = 99013 }
		command = { type = armamentminister which = 99014 }
		command = { type = ministerofsecurity which = 99015 }
          }
}

#########################################################################
#  Vichy Gains Control over Lebanon : Lebanon Impact
#########################################################################
event = {  
	id = 902005
	random = no
	country = LEB

	#Triggered by 432012

	name = "Vichy Gains Control over Lebanon"
	desc = "Vichy moved quickly to assert its claim to the French position in the Levant"
	style = 0	
	
	action_a = { 
		name = "Accept new masters" # Vichy gains French position in Lebanon
		command = { type = leave_alliance }
		command = { type = end_access which = FRA }
		command = { type = access which = VIC }
		command = { type = headofstate which = 99023 }
		command = { type = headofgovernment which = 99024 }
		command = { type = foreignminister which = 99025 }
		command = { type = armamentminister which = 99026 }
		command = { type = ministerofsecurity which = 99027 }
		command = { type = ministerofintelligence which = 99028 }
 		command = { type = dissent value = 20 }
          }

	action_b = { 
		name = "Remain Loyal To Free France" # Fight attempt by Vichy to take over
		command = { type = end_puppet }
		command = { type = war which = VIC }
		command = { type = alliance which = FRA }
		command = { type = access which = FRA }
		command = { type = headofstate which = 99029 }
		command = { type = headofgovernment which = 99030 }
		command = { type = foreignminister which = 99031 }
		command = { type = armamentminister which = 99032 }
		command = { type = ministerofsecurity which = 99033 }
		command = { type = ministerofintelligence which = 99034 }
		command = { type = dissent value = 20 }
            }
}

#########################################################################
#  Vichy Gains Control over Syria : Syria Impact
#########################################################################
event = {  
	id = 902006
	random = no
	country = SYR

	#Triggered by 432012

	name = "Vichy Gains Control over Syria"
	desc = "Vichy moved quickly to assert its claim to the French position in the Levant"
	style = 0	
	
	action_a = { 
		name = "Accept new masters" # Vichy gains French position in Syria
		command = { type = end_access which = FRA }
		command = { type = leave_alliance }
		command = { type = access which = VIC }
		command = { type = headofstate which = 98023 }
		command = { type = headofgovernment which = 98024 }
		command = { type = foreignminister which = 98025 }
		command = { type = armamentminister which = 98026 }
		command = { type = ministerofsecurity which = 98027 }
		command = { type = ministerofintelligence which = 98028 }
 		command = { type = dissent value = 20 }
          }

	action_b = { 
		name = "Remain Loyal To Free France" # Fight attempt by Vichy to take over
		command = { type = end_puppet }
		command = { type = war which = VIC }
		command = { type = alliance which = FRA }
		command = { type = access which = FRA }
		command = { type = headofstate which = 98029 }
		command = { type = headofgovernment which = 98030 }
		command = { type = foreignminister which = 98031 }
		command = { type = armamentminister which = 98032 }
		command = { type = ministerofsecurity which = 98033 }
		command = { type = ministerofintelligence which = 98034 }
		command = { type = dissent value = 20 }
            }
}


#########################################################################
#  Lebanon demands greater Self-Government, I
#########################################################################
event = {  
	id = 902007
	random = no
	country = LEB

	trigger = {
	   exists = FRA
	   exists = LEB
	   puppet = { country = LEB country = FRA }
	   NOT = {
		control = { province = 901 data = ITA }	
		control = { province = 908 data = ITA }	
	         }
	}

	name = "Lebanon demands greater Self-Government"
	desc = "As the Allies pushed forward into Europe, Lebanese nationalists demanded an end to direct French rule"
	style = 0	
	
	date = { day = 1 month = june year = 1942 }
	offset = 4
	deathdate = { day = 30 month = december year = 1945 }

	action_a = { 
		name = "Demand complete independence" # Demand French end control over Lebanese affairs
		command = { type = trigger which = 403215 } # Press case for greater independence
		command = { type = dissent value = -20 }
          }

	action_b = { 
		name = "Wait until later" # We aren't strong enough to force the issue if needed
		command = { type = dissent value = 25 }
            }
}

#########################################################################
#  Syria demands greater Self-Government, I
#########################################################################
event = {  
	id = 902008
	random = no
	country = SYR

	trigger = {
	   exists = FRA
	   exists = SYR
	   puppet = { country = SYR country = FRA }
	   NOT = {
		control = { province = 901 data = ITA }	
		control = { province = 908 data = ITA }	
	         }
	}

	date = { day = 1 month = june year = 1942 }
	offset = 4
	deathdate = { day = 30 month = december year = 1945 }

	name = "Syria demands greater Self-Government"
	desc = "As the Allies pushed forward into Europe, Syrian nationalists demanded an end to direct French rule"
	style = 0	
	
	action_a = { 
		name = "Demand complete independence" # Demand French end control over Syrian affairs
		command = { type = trigger which = 403216 } # Press case for greater independence
 		command = { type = dissent value = -20 }
          }

	action_b = { 
		name = "Wait until later" # We aren't strong enough to force the issue if needed
		command = { type = dissent value = 25 }
            }
}

#########################################################################
#  Lebanon gains independence, phase I
#########################################################################
event = {  
	id = 902009
	random = no
	country = LEB

	#Triggered by 432015

	name = "Lebanon gains some independence"
	desc = "Bowing to British pressure, France grants Lebanon greater independence but retained rights of access"
	style = 0	
	
	action_a = { 
		name = "New Government formed" # Here is to our new independence...sort of
		command = { type = access which = FRA }
		command = { type = headofstate which = 99029 }
		command = { type = headofgovernment which = 99030 }
		command = { type = foreignminister which = 99031 }
		command = { type = armamentminister which = 99032 }
		command = { type = ministerofsecurity which = 99033 }
		command = { type = ministerofintelligence which = 99034 }
		command = { type = dissent value = -10 }
          }
}

#########################################################################
#  Syria gains independence, phase I
#########################################################################
event = {  
	id = 902010
	random = no
	country = SYR

	#Triggered by 432016

	name = "Syria gains some independence"
	desc = "Bowing to British pressure, France grants Syria greater independence but retained rights of access"
	style = 0	
	
	action_a = { 
		name = "New Government formed" # Here is to our new independence...sort of
		command = { type = access which = FRA }
		command = { type = headofstate which = 99029 }
		command = { type = headofgovernment which = 98030 }
		command = { type = foreignminister which = 98031 }
		command = { type = armamentminister which = 98032 }
		command = { type = ministerofsecurity which = 98033 }
		command = { type = ministerofintelligence which = 98034 }
		command = { type = dissent value = -10 }
          }
}


#########################################################################
#  Lebanon demands greater Self-Government, II
#########################################################################
event = {  
	id = 902011
	random = no
	country = LEB

	trigger = {
	   exists = FRA
	   exists = LEB
	   NOT = {
		war = { country = GER country = ENG }
	      }
	}

	name = "Lebanon demands complete independence"
	desc = "As the war ended in Europe, Lebanese nationalists demanded complete independence"
	style = 0	
	
	date = { day = 1 month = january year = 1944 }
	offset = 4
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = "Demand complete independence" # Demand French finally end control over Lebanese affairs
		command = { type = trigger which = 432017 } # Press case for greater independence
 		command = { type = dissent value = -20 }
          }

	action_b = { 
		name = "Wait until later" # We aren't strong enough to force the issue if needed
		command = { type = dissent value = 40 }
            }
}

#########################################################################
#  Syria demands greater Self-Government, II
#########################################################################
event = {  
	id = 902012
	random = no
	country = SYR

	trigger = {
	   exists = FRA
	   NOT = {
		war = { country = GER country = ENG }
	      }
	}

	name = "Syria demands complete independence"
	desc = "As the war ended in Europe, Syrian nationalists demanded complete independence"
	style = 0	
	
	date = { day = 1 month = january year = 1944 }
	offset = 4
	deathdate = { day = 30 month = december year = 1947 }

	action_a = { 
		name = "Demand complete independence" # Demand French finally end control over Syrian affairs
		command = { type = trigger which = 432018 } # Press case for greater independence
 		command = { type = dissent value = -20 }
          }

	action_b = { 
		name = "Wait until later" # We aren't strong enough to force the issue if needed
		command = { type = dissent value = 40 }
            }
}

#########################################################################
#  Lebanon gains independence, phase II
#########################################################################
event = {  
	id = 902013
	random = no
	country = LEB

	#Triggered by 432017

	name = "Lebanon gains complete independence"
	desc = "Bowing to British pressure and local riots, France grants Lebanon total independence" 
	style = 0	
	
	action_a = { 
		name = "New Government formed" # Independence is finally ours!
		command = { type = end_access which = FRA }
		command = { type = headofstate which = 99041 }
		command = { type = headofgovernment which = 99042 }
		command = { type = foreignminister which = 99043 }
		command = { type = armamentminister which = 99044 }
		command = { type = ministerofsecurity which = 99045 }
		command = { type = ministerofintelligence which = 99046 }
		command = { type = dissent value = -20 }
          }
}

#########################################################################
#  Syria gains independence, phase II
#########################################################################
event = {  
	id = 902014
	random = no
	country = SYR

	#Triggered by 432018

	name = "Syria gains complete independence"
	desc = "Bowing to British pressure and local riots, France grants Syria total independence" 
	style = 0	
	
	action_a = { 
		name = "New Government formed" # Independence is finally ours!
		command = { type = end_access which = FRA }
		command = { type = headofstate which = 98041 }
		command = { type = headofgovernment which = 98042 }
		command = { type = foreignminister which = 98043 }
		command = { type = armamentminister which = 98044 }
		command = { type = ministerofsecurity which = 98045 }
		command = { type = ministerofintelligence which = 98046 }
		command = { type = dissent value = -20 }
          }
}

#########################################################################
#  Franco-Lebanese Treaty of Defense Activated
#########################################################################

event = {  
            id = 902015
            random = no
            country = LEB

            trigger = {
			exists = FRA
            		OR = {
                        	war = { country = LEB country = GER }
	                        war = { country = LEB country = TUR }
	                        war = { country = LEB country = ITA }
	                        war = { country = LEB country = GRE }
	                        war = { country = LEB country = IRQ }
	                        war = { country = LEB country = EGY }
 		                }
			NOT = {
				OR = {
					ispuppet = FRA
					ispuppet = LEB
					alliance = { country = GER country = LEB } 
					alliance = { country = SOV country = LEB } 
					alliance = { country = ENG country = LEB } 
					war = { country = LEB country = ENG }
					}
				}
			}     

            name = "Activation of Franco-Lebanese Treaty of Defense"
            desc = "As part of the 1936 Franco-Lebanese Treaty, France guaranteed Lebanons independence from outside agression"
            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1938 }

            action_a = { 
                        name = "Request France to send aid" # France comes to Lebanons Defense
                        command = { type = alliance which = FRA } 
                        command = { type = dissent value = -20 }
          }

            action_b = { 

                        name = "French aid not requested" # We can handle this ourselves, ask in the French and theyll stay forever!
                        command = {  }
          }
}

#########################################################################
#  Franco-Syrian Treaty of Defense Activated
#########################################################################

event = {  
            id = 902016
            random = no
            country = SYR

            trigger = {
			exists = FRA
            		OR = {
                        	war = { country = SYR country = GER }
	                        war = { country = SYR country = TUR }
	                        war = { country = SYR country = ITA }
	                        war = { country = SYR country = GRE }
	                        war = { country = SYR country = IRQ }
	                        war = { country = SYR country = EGY }
 		            }
			NOT = {
				OR = {
					ispuppet = FRA
					ispuppet = SYR
					alliance = { country = GER country = SYR } 
					alliance = { country = SOV country = SYR } 
					alliance = { country = ENG country = SYR } 
					war = { country = SYR country = ENG }
					}
				}
	               }     

            name = "Activation of Franco-Syrian Treaty of Defense"
            desc = "As part of the 1936 Franco-Syrian Treaty, France guaranteed Syrias independence from outside agression"
            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 2
            deathdate = { day = 30 month = december year = 1938 }

            action_a = { 
                        name = "Request France to send aid" # France comes to Syrias Defense
                        command = { type = alliance which = FRA } 
                        command = { type = dissent value = -20 }
                    }

            action_b = { 

                        name = "French aid not requested" # We can handle this ourselves, ask in the French and theyll stay forever!
                        command = { }
                        }
}

#########################################################################
#  Lebanon returned to Free French Control : Result In Lebanon
#########################################################################
event = {  
	id = 902017
	random = no
	country = LEB


	#Triggered by ENG272019 (option A)

	name = "Britain Reestablishes Free French Control In Lebanon"
	desc = "Having driven Vichy out of Lebanon, Britain returns control of Lebanon to Free France"
	style = 0
	
			
	action_a = { 
		name = "Restore Free French Control to Lebanon" # Now hopefully they will keep the locals happy
		command = { type = access which = FRA }
		command = { type = headofstate which = 99029 }
		command = { type = headofgovernment which = 99030 }
		command = { type = foreignminister which = 99031 }
		command = { type = armamentminister which = 99032 }
		command = { type = ministerofsecurity which = 99033 }
		command = { type = ministerofintelligence which = 99034 }
           }

}

#########################################################################
#  Syria returned to Free French Control : Result In Syria
#########################################################################
event = {  
	id = 902018
	random = no
	country = SYR


	#Triggered by ENG272020 (Option A)

	name = "Britain Reestablishes Free French Control In Syria"
	desc = "Having driven Vichy out of Syria, Britain returns control of Syria to Free France"
	style = 0
	
			
	action_a = { 
		name = "Restore Free French Control to Syria" # Now hopefully they will keep the locals happy
		command = { type = access which = FRA }
		command = { type = headofstate which = 98029 }
		command = { type = headofgovernment which = 98030 }
		command = { type = foreignminister which = 98031 }
		command = { type = armamentminister which = 98032 }
		command = { type = ministerofsecurity which = 98033 }
		command = { type = ministerofintelligence which = 98034 }
           }

}

###################################################################
# 902019 - (IRQ) The Baghdad Rail (by SykoNurse & Generalisimo)
###################################################################

event = { 
	id = 902019
	random = no
	country = IRQ

trigger = {
		atwar = no
		steel = 1000
		coal = 500
		supplies = 500
		random = 30
	}

	name = "The Bagdad Rail"
	desc = "In 1903 the German Kaiser Wilhelm II. started the construction of a railway from Berlin to Bagdad. WWI as well as the collapse of the Ottoman Empire left the track unfinished. Now it is being discussed if we should take up the program again and finish the railway. Provinces affected by this: Bagdad, Mosul and Rawah (Syria)."
	style = 0

	date = { day = 1 month = january year = 1936 } 
	offset = 25
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Yes, finish the track from Turkey to Bagdad" 
		command = { type = steelpool value = -1000 } 
		command = { type = coalpool value = -500 } 
		command = { type = supplies value = -500 } 
		command = { type = trigger which = 902020 } 
		}
	action_b = {
		name = "No, that's useless" 
		command = { } # nothing happens
		}
}

###################################################################
# 902020 - (IRQ) The Bagdad Rail TRIGGER (by SykoNurse & Generalisimo)
###################################################################

event = { 
	id = 902020 
	random = no
	country = IRQ

	#triggered by IRQ 902019

	name = "The Bagdad Rail"
	desc = "You have opted to start constructing the railroad. Estimated time to finish it: July, 1940"
	style = 0

	action_a = {
		name = "Ok" 
		command = { } 
		}
}

###################################################################
# 902021 - (IRQ) The Bagdad Rail Finished (by SykoNurse & Generalisimo)
###################################################################


event = { 
	id = 902021
	random = no
	country = IRQ

trigger = {
		event = 902020
		random = 50
	}

	name = "Bagdad Rail finished!"
	desc = "In 1936 we decided to complete the railway track from Istanbul to Bagdad. Today the first train left Istanbul going to Bagdad!. Historically the railway was finished on the 15th of July of 1940. Provinces affected by the railway: Bagdad, Mosul and Rawah (Syria)."
	style = 0

	date = { day = 1 month = july year = 1940 } 
	offset = 15
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Excellent!" 
		command = { type = industry which = 1272 value = 1 } # Bagdad
		command = { type = industry which = 1271 value = 1 } # Mosul
		command = { type = infrastructure which = 1272 value = 10 } # Bagdad
		command = { type = infrastructure which = 1271 value = 10 } # Mosul
		command = { type = trigger which = 902022 } # SYR
		}
}

###################################################################
# 902022 - (SYR) The Bagdad Rail Finished (by SykoNurse & Generalisimo)
###################################################################


event = { 
	id = 902022
	random = no
	country = SYR

	# triggered by IRQ 902021

	name = "Bagdad Rail finished!"
	desc = "In 1936 we decided to complete the railway track from Istanbul to Bagdad. Today the first train left Istanbul going to Bagdad!. Historically the railway was finished on the 15th of July of 1940. Provinces affected by the railway: Bagdad, Mosul (Irak) and Rawah."
	style = 0

	action_a = {
		name = "Excellent!" 
		command = { type = industry which = 1268 value = 1 } # Rawah
		command = { type = infrastructure which = 1268 value = 15 } # Rawah
		}
}


###############################################
# 902023 - (IRQ) In Memoriam, HRH King Ghazi (by OHgamer)
###############################################
event = { 
            id = 902023
            random = no
            country = IRQ
 
            name = "HRH King Ghazi (r. 1933-1939)"
            desc = "It is with great sadness that the government of Iraq announces today that HRH King Ghazi I has passed to the gates of paradise after his racing car crashed in the desert west of Baghdad. His 4 year old son, Faysal, shall ascend to the throne, and a regency headed by the new kings uncle, `Abd al-Ilah, shall handle to government until his higness comes of age. Long Live The King!" 
            style = 0 

            date = { day = 1 month = july year = 1939 } 
            offset = 1
            deathdate = { day = 1 month = august year = 1939 }

            action_a = {
                        name = "The nation grieves its loss" # 
                        command = { type = dissent value = -15 }
                        command = { type = headofstate which = 97061 } #Regent `Abd al-Ilah
                        }
}

#################################################################################
# 902025 - (TUR) Turkey Passes The Varlik Vergisi (by OHgame)
#################################################################################

event = { 
            id = 902025
            random = no
            country = TUR

            trigger = {
                        atwar = no
                        war = { country = ENG country = GER }
                        war = { country = GER country = SOV }
                        OR = {
                              control = { province = 862 data = GER } 
                              control = { province = 862 data = ROM } #Sebastopol under Axis control
                             } 
                        }
 
            name = "Turkey Passes The Varlik Vergisi"
            desc = "To raise money for defense, Turkey passed the Varlik Vergisi in 1942, a levy on capital to all citizens and resident aliens in Turkey. As much capital was controlled by non-Muslims and non-citizens, especially in Istanbul, this was seen by many as an attempt to Turkify the economy at the expense of minorities." 
            style = 0 
 
            date = { day = 1 month = january year = 1942 } 
            offset = 45
            deathdate = { day = 31 month = december year = 1945 }

            action_a = {
                        name = "Pass the tax" # We need resources to pay for defense costs
                        command = { type = alignment which = fascist value = 20 }
                        command = { type = dissent value = -15 }
                        command = { type = industry which = 1213 value = 1 }
                        command = { type = industry which = 878 value = 1 }
                        command = { type = industry which = 873 value = 1 }
                        command = { type = industry which = 882 value = 1 }
                        command = { type = industry which = 877 value = 1 }
                        }
 
            action_b = { 
                        name = "We can do without it"
                        command = { }
                        }
}

#########################################################################
# 902026 - (TUR) Inonu Cracks Down on the Far Right (by OHgamer)
#########################################################################

event = {
            id = 902026
            random = no
            country = TUR
		
            trigger = {
			OR = {
				headofstate = 12011 # Inn - 38
				headofstate = 12021 # Inn - 42 
				headofstate = 12031 # Inn - 46
				}
                        atwar = no
                        war = { country = ENG country = GER }
                        war = { country = GER country = SOV }
                        control = { province = 775 data = SOV } #Kiev
                        control = { province = 770 data = SOV } # Kirovograd
                        control = { province = 1085 data = ENG } # Tripoli
                        control = { province = 1209 data = ENG } # Nicosia
                        control = { province = 1102 data = ENG } # Suez
                                    OR = {
                                          control = { province = 901 data = ENG } 
                                          control = { province = 901 data = NZL } 
                                          control = { province = 901 data = SAF } 
                                          control = { province = 901 data = AST } 
                                          control = { province = 901 data = USA } # Napoli under Allied Control
                                    	}
                        }

            name = "Inonu cracks down on the far right"
            desc = "As the tide of war turned and the Soviets pushed the Germans westwards, Pan-Turkists sympathetic to the Germans demanded Turkey enter the war, claiming that communist infiltration had kept Turkey out of the war. After a series of anti-communist demonstrations led to violence in Ankara and Istanbul, in May 1944 the Inonu regime decided to muzzle the Pan-Turkists once and for all to maintain internal stability and gain favor with the Allies and Soviets."
            style = 0
 
            date = { day = 1 month = may year = 1944 }
            offset = 10
            deathdate = { day = 31 month = december year = 1947 }

            action_a = { 
                        name = "Throw the Pan-Turkists in Jail" # We need to keep order and not anger the Allies or Soviets 
                        command = { type = alignment which = democratic value = 35 }
                        command = { type = dissent value = 2 }
			command = { type = sleepevent which = 902000 } # The fascists are gaining more power
                        }
 
            action_b = { 
                        name = "Do not repress them" #They are not a risk to the state, let them be
                        command = { type = alignment which = fascist value = 20 }
                        command = { type = dissent value = 15 }
                        }
} 
###############################################
# 902027 - (TUR) In Memoriam, President Mustafa Kemal Ataturk (by OHgamer)
###############################################
event = { 
            id = 902027
            random = no
            country = TUR

		trigger = {
		
			headofstate = 12001 # Ataturk still is in charge
		
			}

            name = "Mustafa Kemal Ataturk 1881-1938"
            desc = "It is with great sadness that the government of Turkey announces today that the founding father of the republic, Gazi Mustafa Kemal Ataturk, passed to the gates of paradise. Vice President Inonu has taken the oath of office as the second President of the Republic." 
            style = 0 

            date = { day = 22 month = november year = 1938 } 
            offset = 1
            deathdate = { day = 25 month = november year = 1938 }

            action_a = {
                        name = "The nation grieves its loss" # 
                        command = { type = dissent value = -15 }
				command = { type = sleepminister which = 12001 } # Ataturk dies 
                        command = { type = headofstate which = 12011 } #Ismet Inonu
                        }
}


#########################################################################
#  902030 - (SYR) Armee du Levant in Syria remains Loyal to France
#########################################################################

event = {  
            id = 902030
            random = no
            country = SYR
            trigger = {
                        war = { country = SYR country = FRA }
                        NOT = {
                              exists = VIC
                        	}                                   
          		}
 
            name = "Armee du Levant remains loyal to France"
            desc = "The Armee du Levant was a French army in charge of the defense of French control over Syria. As such, it would refuse to be used by Syria to end French domination."
            style = 0

        date = { day = 1 month = february year = 1936 }
        offset = 2
        deathdate = { day = 30 month = december year = 1945 }      

            action_a = { 
                        name = "Declare loyalty to France, not to Syria" # France seizes direct control over Syria (game over)
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = trigger which = 902033 } 
             }
            action_b = { 
                        name = "Armee du Levant supports the Rebellion"
                        command = { type = supplies value = -150 }
                        command = { type = dissent value = 25 }
          }
}


#########################################################################
# 902031 - (LEB) Armee du Levant in Lebanon remains Loyal to France
#########################################################################

event = {  
            id = 902031
            random = no
            country = LEB

            trigger = {
                        war = { country = LEB country = FRA }
                        NOT = {
                              exists = VIC
                        }                                   
          }

            name = "Armee du Levant remains loyal to France"
            desc = "The Armee du Levant was a French army in charge of the defense of French control over Lebanon. As such, it would refuse to be used by Lebanon to end French domination."
            style = 0

            date = { day = 1 month = february year = 1936 }
        offset = 2
        deathdate = { day = 30 month = december year = 1945 }   

            action_a = { 
                        name = "Declare loyalty to France, not to Lebanon" # France seizes direct control over Lebanon (game over)
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = switch_allegiance which = FRA value = -1 }
                        command = { type = trigger which = 902032 } 
             }
            action_b = { 
                        name = "Armee du Levant supports the Rebellion"
                        command = { type = supplies value = -150 }
                        command = { type = dissent value = 25 }
          }
}

#########################################################################
# 902032 - (LEB) Lebanon restored to France after failed rebellion 
#########################################################################

event = {  
            id = 902032
            random = no
            country = LEB

            #triggered by 902031

            name = "Lebanon restored to French Authority"
            desc = "After the failure of Lebanon's rebellion against the French mandate, direct French authority was restored in Lebanon."

            style = 0

            action_a = { 
                        name = "Restore French Rule in Lebanon" # Restore French Rule
                       command = { type = secedeprovince which = FRA value = 1273 }
                        }
}

#########################################################################
# 902033 - (SYR) Syria restored to France after failed rebellion (by OHgamer)
#########################################################################

event = {  
            id = 902033
            random = no
            country = SYR
            #triggered by 902030
 
            name = "Syria restored to French Authority"
            desc = "After the failure of Lebanon's rebellion against the French mandate, direct French authority was restored in Lebanon."
            style = 0

            action_a = { 
                        name = "Restore French Rule in Lebanon" # Restore French Rule
                        command = { type = secedeprovince which = FRA value = 1274 }
                        command = { type = secedeprovince which = FRA value = 1269 }
                        command = { type = secedeprovince which = FRA value = 1268 }
                        command = { type = secedeprovince which = FRA value = 1270 }
                       }
}


###############################################
# 902039 - (PER) In Memoriam : `Ali Akbar Davar, Minister of Armament (by OHgamer)
###############################################
event = { 
            id = 902039
            random = no
            country = PER
 
            name = "The strange death of `Ali Akbar Davar"
            desc = "One of the hardest-working members of the Shah's cabinet, Davar died under mysterious circumstances. Officially the cause was stated as heart failure, which many leading members of Iranian society did not really believe and the truth was later discovered that he committed suicide by taking an opium overdose rather than face royal anger over the worsening economic situation." 
            style = 0 

            date = { day = 10 month = february year = 1937 } 
            offset = 1
            deathdate = { day = 13 month = february year = 1937 }

            action_a = {
                        name = "The nation grieves its loss" # 
                        command = { type = dissent value = 5 }
                        command = { type = armamentminister which = 53045 } #Mahmud Bader
                        }
}

###############################################
# 902040 - Gaining Allied Access To Persia : Persia's Response to Allied Demands (by OHgamer)
###############################################
event = { 
            id = 902040
            random = no
            country = PER
 
            #Triggered by SOV 222022 A OR ENG 272036 B

            name = "Gaining Allied Access To Persia : Persia's Response"
            desc = "In August 1941 The British and Soviets demanded Persia grant them access so that supplies could be sent to the Soviets." 
            style = 0 

            action_a = {
                        name = "Reject Allies Demand" # Our sovereignty will not be compromised by our traditional enemies.
                        command = { type = trigger which = 272037 }
                        command = { type = dissent value = -30 }
                       }

            action_b = { 
                       name = "Accept Allies Demand" # We are too weak to anger the British and Soviets combined
                       command = { type = access which = ENG }
                       command = { type = access which = SOV }
                       command = { type = headofstate which = 53030 }
                       command = { type = headofgovernment which = 53031 }
                       command = { type = dissent value = 30 }
                        }
}

###############################################
# 902041 - Gaining Allied Access To Persia : The Allies Declare War on Persia (by OHgamer)
###############################################
event = { 
            id = 902041
            random = no
            country = PER

            #Triggered by SOV222023
 
            name = "The Allies have decided to invade Persia"
            desc = "Persia's refusal to grant access has led to a declaration of war by the Allies on Persia." 
            style = 0 

            action_a = {
                        name = "We will Defend Persia's sovereignty" # Our sovereignty will not be compromised by our traditional enemies.
                        command = { type = dissent value = -30 }
                        command = { type = manpower value = 200 }
                        }

            action_b = { 
                        name = "Accept Allies Demands" # We must accept the reality and avoid bloodshed
                        command = { type = leave_alliance }
                        #command = { type = peace which = ENG }
                        #command = { type = peace which = SOV }
                        command = { type = access which = ENG }
                        command = { type = access which = SOV }
                        command = { type = headofstate which = 53030 }
                        command = { type = headofgovernment which = 53031 }
                        command = { type = dissent value = 30 }
                        command = { type = trigger which = 272038 } # ENG
                        command = { type = trigger which = 222024 } # SOV
                        }
}

###############################################
# 902042 - Allies establish Dominance over Persia (by OHgamer)
###############################################

event = { 
            id = 902042
            random = no
            country = PER

            trigger = {
                        war = { country = ENG country = PER }
                        war = { country = SOV country = PER }
                                    OR = {
                                                control = { province = 1364 data = SOV } 
                                                control = { province = 1364 data = ENG } 
                                                control = { province = 1364 data = IRQ } 
                                                control = { province = 1364 data = AST } 
                                    }
                        }

            name = "Allied Forces have defeated Persian resistance"
            desc = "The fall of Teheran to Allied forces in 1941 led to an Allied 'protectorate' over Persia under the new Shah, 18 year-old Muhammad Reza Pahlavi, and military access." 
            style = 0 
 
            date = { day = 1 month = january year = 1940 } 
            offset = 1
            deathdate = { day = 31 month = december year = 1945 }

            action_a = {
                        name = "Create new pro-Allied Government"  
                        command = { type = leave_alliance }
                        #command = { type = peace which = ENG }
                        #command = { type = peace which = SOV }
                        command = { type = access which = ENG }
                        command = { type = access which = SOV }
                        command = { type = dissent value = 15 }
                        #command = { type = alliance which = ENG }
                        command = { type = headofstate which = 53030 }
                        command = { type = headofgovernment which = 53031 }
                        command = { type = trigger which = 272038 } # ENG
                        command = { type = trigger which = 222024 } # SOV
                        }
}